AI Agents - More Providers#523
Merged
Merged
Conversation
|
|
PoojaB26
approved these changes
Jun 10, 2026
|
|
||
| Use a **Chat** agent when your app needs a conversational assistant that can respond to users with text, markdown, or structured JSON. Chat agents are useful for support bots, tutors, product recommenders, content assistants, and agents that analyze user-provided text, images, PDFs, audio, or video. | ||
|
|
||
| ### Chat Settings |
Collaborator
There was a problem hiding this comment.
Just have "the chat settings are as follows:" and we don't need an extra header again. the system message and preloaded messages can just be bold styling, and no header?
|
|
||
| Use a **Text-to-Speech** agent when your app needs to convert text into spoken audio. This is useful for reading messages aloud, generating narration, creating voiceovers, or helping users hear content in a selected voice. | ||
|
|
||
| ### Text-to-Speech Settings |
Collaborator
There was a problem hiding this comment.
same coment as chat settings
Collaborator
There was a problem hiding this comment.
just remove it infact, the next line creates the segue already
|
|
||
| Use a **Speech-to-Text** agent when your app needs to convert audio into text. This is useful for transcribing voice notes, meeting recordings, support messages, uploaded audio files, or audio from a URL. | ||
|
|
||
| ### Speech-to-Text Settings |
Collaborator
There was a problem hiding this comment.
same as above and do it for the rest
|
|
||
| - **Select Video Generation Agent**: Select the Video Generation agent you previously configured. | ||
| - **Prompt**: The text prompt that describes the video to generate. | ||
| - **Aspect Ratio Override**: Optionally override the agent's default aspect ratio for this call. You can use the agent default or choose a supported aspect ratio such as **Landscape (16:9)**, **Portrait (9:16)**, or **Square (1:1)**. |
Collaborator
There was a problem hiding this comment.
make the change of the "use agent default" like the above comment
Co-authored-by: Pooja Bhaumik <pbhaumik26@gmail.com>
Co-authored-by: Pooja Bhaumik <pbhaumik26@gmail.com>
Co-authored-by: Pooja Bhaumik <pbhaumik26@gmail.com>
Collaborator
Author
|
@PoojaB26 all review comments are addressed now! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
AI Agents - More Providers
Linear ticket and magic word Fixes DEVR-1270
Type of change